home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / ovrsub.com / MAKEDEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-01-05  |  427 b   |  12 lines

  1. REM  This BAT file creates the executable files for the OVRSUB
  2. REM  demostration.  Be sure to compile OVRPREP to an EXE file first. The
  3. REM  files created are DEMO.EXE, 1.OVR, 2.OVR, DEMO.OVR and DEMO.MAP. Only
  4. REM  the first 3 files are required to run the demo.  Just type DEMO
  5. REM  to run it.
  6. tpc demo /B /GS /DDemo1 
  7. ovrprep demo 
  8. copy demo.ovr 1.ovr 
  9. tpc demo /B /GS /DDemo2 
  10. ovrprep demo 
  11. copy demo.ovr 2.ovr
  12.